SftTree/NET 2.0

Last Property, ColumnsClass Class

Softel vdm, Inc.

Returns the last column in the column collection.

Syntax      ColumnsClass Class (Softelvdm.SftTreeNET)

VB   

Public ReadOnly Property Last As ColumnClass

C#   

public ColumnClass Last { get; }

C++   

public: property ColumnClass^ Last {
        ColumnClass^ get();
}

Property Value

The last real column or null/Nothing if the column collection is empty.

Comments

The Last property returns the last column in the column collection.

The Last property returns the last column in the column collection. This is not necessarily the last displayed column. The LastDisplayed property returns the last displayed column.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com